home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk105 / sweep / makefile < prev    next >
Encoding:
Makefile  |  1995-03-19  |  68 b   |  7 lines

  1. sweep: sweep.o
  2.     ln sweep.o -lc
  3.  
  4. sweep.o: sweep.c
  5.     cc sweep.c
  6.  
  7.